projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd37a9
)
* search.c (simple_search): Remove unused var.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 15 Mar 2011 18:08:50 +0000
(11:08 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 15 Mar 2011 18:08:50 +0000
(11:08 -0700)
src/ChangeLog
patch
|
blob
|
history
src/search.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ba863ba57102dad5b5e1339c5c1f04aaa52451d4..a74b15aea6fefa11851765109034ca1658f5aa68 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2011-03-15 Paul Eggert <eggert@cs.ucla.edu>
+ * search.c (simple_search): Remove unused var.
+
* dired.c (compile_pattern): Move decl from here ...
* lisp.h: ... to here, so that it can be checked.
(struct re_registers): New forward decl.
diff --git
a/src/search.c
b/src/search.c
index dceff94da72ecabbd5bba491cb6c9a6fe74f2a95..dbc82bdb3d920817aefdbf7770c1bbc01a85e540 100644
(file)
--- a/
src/search.c
+++ b/
src/search.c
@@
-1554,7
+1554,6
@@
simple_search (EMACS_INT n, unsigned char *pat,
while (this_len > 0)
{
- int charlen;
int pat_ch, buf_ch;
DEC_BOTH (this_pos, this_pos_byte);